Lucene search
K
LinuxLinux Kernel6.9.6

7 matches found

CVE
CVE
added 2025/02/12 1:27 p.m.182 views

CVE-2025-21694

CVE-2025-21694 : Linux kernel vulnerability in fs/proc/__read_vmcore (kdump path). Root cause: second loop in __read_vmcore could still hit softlockups; fix adds cond_resched() to yield in that loop. Impact: softlockups may interfere with RCU memory freeing and cause crashdump stalls in memory-co...

5.5CVSS6.6AI score0.00216EPSS
CVE
CVE
added 2025/02/09 11:37 a.m.151 views

CVE-2024-57949

Summary: CVE-2024-57949 affects the Linux kernel’s irqchip/gic-v3-its path. The vulnerability arises when its_irq_set_vcpu_affinity() is called inside a nested interrupt-disabled region; the prior sequence used raw_spin_lock_irqsave() to disable interrupts, then left a guard that could re-enable ...

5.5CVSS6.5AI score0.00181EPSS
CVE
CVE
added 2024/11/08 6:7 a.m.114 views

CVE-2024-50206

CVE-2024-50206 affects the Linux kernel MTK Ethernet (mtk_eth_soc) driver. The vulnerability is caused by a loop that allocates up to MTK_FQ_DMA_LENGTH buffers and may touch more descriptors than allocated, leading to memory corruption of unrelated memory. The fixed code adjusts the loop iteratio...

5.5CVSS5.5AI score0.00176EPSS
CVE
CVE
added 2024/11/08 5:23 a.m.110 views

CVE-2024-50176

CVE-2024-50176 is tied to the Linux kernel remoteproc k3-r5, where an error path during power-up could violate initialization rules and cause a core mismatch (first core usable, second not), leading to crashes on shutdown. The connected Nessus entry indicates this vulnerable state has not been pa...

5.5CVSS6.5AI score0.0022EPSS
CVE
CVE
added 2024/07/12 12:37 p.m.100 views

CVE-2024-40993

The CVE-2024-40993 vulnerability affects the Linux kernel, specifically netfilter/ipset. A fix was added to ip_set_dereference() to perform an rcu_dereference_protected() check when destroying all sets, accounting for pernet exit phase (in addition to the userspace destroy path). The issue arose ...

5.5CVSS6.5AI score0.00278EPSS
CVE
CVE
added 2025/07/03 8:35 a.m.83 views

CVE-2025-38154

CVE-2025-38154 affects the Linux kernel sockmap path (bpf/sockmap) where sk->sk_socket can be used after free due to a race with backlog/thread close paths. The description in the connected documents explains that sk_socket is not locked/referenced in the backlog, enabling a race with the rele...

7.8CVSS7.2AI score0.00154EPSS
CVE
CVE
added 2026/05/28 9:35 a.m.28 views

CVE-2026-46106

CVE-2026-46106 concerns the Linux kernel eventfs remount race. The root cause is a race where eventfs_inodes are traversed while remounts are performed, due to mixing rcu_read_lock usage with SRCU and not holding eventfs_mutex during the critical walk. The fix (commit 340f0c7067a9) updates the ev...

5.5CVSS5.7AI score0.00122EPSS